AssetLicense

data class AssetLicense(val name: String, val uri: Uri?)

License for the asset. Overrides the asset source license if present.

Constructors

Link copied to clipboard
constructor(name: String, uri: Uri?)

Properties

Link copied to clipboard
Link copied to clipboard
val uri: Uri?